home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / LOADINIT.INT < prev    next >
Text File  |  1994-01-19  |  412b  |  17 lines

  1. INTERFACE; UNIT loadinit (load_ss,load_mn,load_macros,load_script);
  2.  
  3. {DLX Bulletin Board System V7.0
  4.  
  5.  FREEWARE NOTICE
  6.  
  7.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  8.  Anyone who wishes to may run the program, copy it, or modify it for
  9.  any purpose, including commercial gain.}
  10.  
  11. procedure load_ss;
  12. procedure load_mn;
  13. procedure load_macros;
  14. procedure load_script;
  15.  
  16. END;
  17.